3.364 \(\int \text{sech}(e+f x) (a+b \sinh ^2(e+f x))^{3/2} \, dx\)

Optimal. Leaf size=125 \[ \frac{b \sinh (e+f x) \sqrt{a+b \sinh ^2(e+f x)}}{2 f}+\frac{(a-b)^{3/2} \tan ^{-1}\left (\frac{\sqrt{a-b} \sinh (e+f x)}{\sqrt{a+b \sinh ^2(e+f x)}}\right )}{f}+\frac{\sqrt{b} (3 a-2 b) \tanh ^{-1}\left (\frac{\sqrt{b} \sinh (e+f x)}{\sqrt{a+b \sinh ^2(e+f x)}}\right )}{2 f} \]

[Out]

((a - b)^(3/2)*ArcTan[(Sqrt[a - b]*Sinh[e + f*x])/Sqrt[a + b*Sinh[e + f*x]^2]])/f + ((3*a - 2*b)*Sqrt[b]*ArcTa
nh[(Sqrt[b]*Sinh[e + f*x])/Sqrt[a + b*Sinh[e + f*x]^2]])/(2*f) + (b*Sinh[e + f*x]*Sqrt[a + b*Sinh[e + f*x]^2])
/(2*f)

________________________________________________________________________________________

Rubi [A]  time = 0.138583, antiderivative size = 125, normalized size of antiderivative = 1., number of steps used = 7, number of rules used = 7, integrand size = 23, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.304, Rules used = {3190, 416, 523, 217, 206, 377, 203} \[ \frac{b \sinh (e+f x) \sqrt{a+b \sinh ^2(e+f x)}}{2 f}+\frac{(a-b)^{3/2} \tan ^{-1}\left (\frac{\sqrt{a-b} \sinh (e+f x)}{\sqrt{a+b \sinh ^2(e+f x)}}\right )}{f}+\frac{\sqrt{b} (3 a-2 b) \tanh ^{-1}\left (\frac{\sqrt{b} \sinh (e+f x)}{\sqrt{a+b \sinh ^2(e+f x)}}\right )}{2 f} \]

Antiderivative was successfully verified.

[In]

Int[Sech[e + f*x]*(a + b*Sinh[e + f*x]^2)^(3/2),x]

[Out]

((a - b)^(3/2)*ArcTan[(Sqrt[a - b]*Sinh[e + f*x])/Sqrt[a + b*Sinh[e + f*x]^2]])/f + ((3*a - 2*b)*Sqrt[b]*ArcTa
nh[(Sqrt[b]*Sinh[e + f*x])/Sqrt[a + b*Sinh[e + f*x]^2]])/(2*f) + (b*Sinh[e + f*x]*Sqrt[a + b*Sinh[e + f*x]^2])
/(2*f)

Rule 3190

Int[cos[(e_.) + (f_.)*(x_)]^(m_.)*((a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2)^(p_.), x_Symbol] :> With[{ff = Free
Factors[Sin[e + f*x], x]}, Dist[ff/f, Subst[Int[(1 - ff^2*x^2)^((m - 1)/2)*(a + b*ff^2*x^2)^p, x], x, Sin[e +
f*x]/ff], x]] /; FreeQ[{a, b, e, f, p}, x] && IntegerQ[(m - 1)/2]

Rule 416

Int[((a_) + (b_.)*(x_)^(n_))^(p_)*((c_) + (d_.)*(x_)^(n_))^(q_), x_Symbol] :> Simp[(d*x*(a + b*x^n)^(p + 1)*(c
 + d*x^n)^(q - 1))/(b*(n*(p + q) + 1)), x] + Dist[1/(b*(n*(p + q) + 1)), Int[(a + b*x^n)^p*(c + d*x^n)^(q - 2)
*Simp[c*(b*c*(n*(p + q) + 1) - a*d) + d*(b*c*(n*(p + 2*q - 1) + 1) - a*d*(n*(q - 1) + 1))*x^n, x], x], x] /; F
reeQ[{a, b, c, d, n, p}, x] && NeQ[b*c - a*d, 0] && GtQ[q, 1] && NeQ[n*(p + q) + 1, 0] &&  !IGtQ[p, 1] && IntB
inomialQ[a, b, c, d, n, p, q, x]

Rule 523

Int[((e_) + (f_.)*(x_)^(n_))/(((a_) + (b_.)*(x_)^(n_))*Sqrt[(c_) + (d_.)*(x_)^(n_)]), x_Symbol] :> Dist[f/b, I
nt[1/Sqrt[c + d*x^n], x], x] + Dist[(b*e - a*f)/b, Int[1/((a + b*x^n)*Sqrt[c + d*x^n]), x], x] /; FreeQ[{a, b,
 c, d, e, f, n}, x]

Rule 217

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Subst[Int[1/(1 - b*x^2), x], x, x/Sqrt[a + b*x^2]] /; FreeQ[{a,
b}, x] &&  !GtQ[a, 0]

Rule 206

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTanh[(Rt[-b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[-b, 2]), x]
 /; FreeQ[{a, b}, x] && NegQ[a/b] && (GtQ[a, 0] || LtQ[b, 0])

Rule 377

Int[((a_) + (b_.)*(x_)^(n_))^(p_)/((c_) + (d_.)*(x_)^(n_)), x_Symbol] :> Subst[Int[1/(c - (b*c - a*d)*x^n), x]
, x, x/(a + b*x^n)^(1/n)] /; FreeQ[{a, b, c, d}, x] && NeQ[b*c - a*d, 0] && EqQ[n*p + 1, 0] && IntegerQ[n]

Rule 203

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(1*ArcTan[(Rt[b, 2]*x)/Rt[a, 2]])/(Rt[a, 2]*Rt[b, 2]), x] /;
 FreeQ[{a, b}, x] && PosQ[a/b] && (GtQ[a, 0] || GtQ[b, 0])

Rubi steps

\begin{align*} \int \text{sech}(e+f x) \left (a+b \sinh ^2(e+f x)\right )^{3/2} \, dx &=\frac{\operatorname{Subst}\left (\int \frac{\left (a+b x^2\right )^{3/2}}{1+x^2} \, dx,x,\sinh (e+f x)\right )}{f}\\ &=\frac{b \sinh (e+f x) \sqrt{a+b \sinh ^2(e+f x)}}{2 f}+\frac{\operatorname{Subst}\left (\int \frac{a (2 a-b)+(3 a-2 b) b x^2}{\left (1+x^2\right ) \sqrt{a+b x^2}} \, dx,x,\sinh (e+f x)\right )}{2 f}\\ &=\frac{b \sinh (e+f x) \sqrt{a+b \sinh ^2(e+f x)}}{2 f}+\frac{(a-b)^2 \operatorname{Subst}\left (\int \frac{1}{\left (1+x^2\right ) \sqrt{a+b x^2}} \, dx,x,\sinh (e+f x)\right )}{f}+\frac{((3 a-2 b) b) \operatorname{Subst}\left (\int \frac{1}{\sqrt{a+b x^2}} \, dx,x,\sinh (e+f x)\right )}{2 f}\\ &=\frac{b \sinh (e+f x) \sqrt{a+b \sinh ^2(e+f x)}}{2 f}+\frac{(a-b)^2 \operatorname{Subst}\left (\int \frac{1}{1-(-a+b) x^2} \, dx,x,\frac{\sinh (e+f x)}{\sqrt{a+b \sinh ^2(e+f x)}}\right )}{f}+\frac{((3 a-2 b) b) \operatorname{Subst}\left (\int \frac{1}{1-b x^2} \, dx,x,\frac{\sinh (e+f x)}{\sqrt{a+b \sinh ^2(e+f x)}}\right )}{2 f}\\ &=\frac{(a-b)^{3/2} \tan ^{-1}\left (\frac{\sqrt{a-b} \sinh (e+f x)}{\sqrt{a+b \sinh ^2(e+f x)}}\right )}{f}+\frac{(3 a-2 b) \sqrt{b} \tanh ^{-1}\left (\frac{\sqrt{b} \sinh (e+f x)}{\sqrt{a+b \sinh ^2(e+f x)}}\right )}{2 f}+\frac{b \sinh (e+f x) \sqrt{a+b \sinh ^2(e+f x)}}{2 f}\\ \end{align*}

Mathematica [A]  time = 0.45291, size = 142, normalized size = 1.14 \[ \frac{b \sinh (e+f x) \sqrt{4 a+2 b \cosh (2 (e+f x))-2 b}+4 (a-b)^{3/2} \tan ^{-1}\left (\frac{\sqrt{2 a-2 b} \sinh (e+f x)}{\sqrt{2 a+b \cosh (2 (e+f x))-b}}\right )+2 \sqrt{b} (3 a-2 b) \tanh ^{-1}\left (\frac{\sqrt{2} \sqrt{b} \sinh (e+f x)}{\sqrt{2 a+b \cosh (2 (e+f x))-b}}\right )}{4 f} \]

Antiderivative was successfully verified.

[In]

Integrate[Sech[e + f*x]*(a + b*Sinh[e + f*x]^2)^(3/2),x]

[Out]

(4*(a - b)^(3/2)*ArcTan[(Sqrt[2*a - 2*b]*Sinh[e + f*x])/Sqrt[2*a - b + b*Cosh[2*(e + f*x)]]] + 2*(3*a - 2*b)*S
qrt[b]*ArcTanh[(Sqrt[2]*Sqrt[b]*Sinh[e + f*x])/Sqrt[2*a - b + b*Cosh[2*(e + f*x)]]] + b*Sqrt[4*a - 2*b + 2*b*C
osh[2*(e + f*x)]]*Sinh[e + f*x])/(4*f)

________________________________________________________________________________________

Maple [C]  time = 0.085, size = 63, normalized size = 0.5 \begin{align*}{\frac{1}{f}\mbox{{\tt ` int/indef0`}} \left ({\frac{{b}^{2} \left ( \sinh \left ( fx+e \right ) \right ) ^{4}+2\,ab \left ( \sinh \left ( fx+e \right ) \right ) ^{2}+{a}^{2}}{ \left ( \cosh \left ( fx+e \right ) \right ) ^{2}}{\frac{1}{\sqrt{a+b \left ( \sinh \left ( fx+e \right ) \right ) ^{2}}}}},\sinh \left ( fx+e \right ) \right ) } \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sech(f*x+e)*(a+b*sinh(f*x+e)^2)^(3/2),x)

[Out]

`int/indef0`((b^2*sinh(f*x+e)^4+2*a*b*sinh(f*x+e)^2+a^2)/cosh(f*x+e)^2/(a+b*sinh(f*x+e)^2)^(1/2),sinh(f*x+e))/
f

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (b \sinh \left (f x + e\right )^{2} + a\right )}^{\frac{3}{2}} \operatorname{sech}\left (f x + e\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)*(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="maxima")

[Out]

integrate((b*sinh(f*x + e)^2 + a)^(3/2)*sech(f*x + e), x)

________________________________________________________________________________________

Fricas [B]  time = 4.02219, size = 16424, normalized size = 131.39 \begin{align*} \text{result too large to display} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)*(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="fricas")

[Out]

[-1/8*(((3*a - 2*b)*cosh(f*x + e)^2 + 2*(3*a - 2*b)*cosh(f*x + e)*sinh(f*x + e) + (3*a - 2*b)*sinh(f*x + e)^2)
*sqrt(b)*log(-((a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^8 + 8*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)*sinh(f*x + e)
^7 + (a^2*b - 2*a*b^2 + b^3)*sinh(f*x + e)^8 + 2*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e)^6 + 2*(a^3 -
4*a^2*b + 5*a*b^2 - 2*b^3 + 14*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^2)*sinh(f*x + e)^6 + 4*(14*(a^2*b - 2*a*b
^2 + b^3)*cosh(f*x + e)^3 + 3*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e))*sinh(f*x + e)^5 + (9*a^2*b - 14
*a*b^2 + 6*b^3)*cosh(f*x + e)^4 + (70*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^4 + 9*a^2*b - 14*a*b^2 + 6*b^3 + 3
0*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e)^2)*sinh(f*x + e)^4 + 4*(14*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x
+ e)^5 + 10*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e)^3 + (9*a^2*b - 14*a*b^2 + 6*b^3)*cosh(f*x + e))*si
nh(f*x + e)^3 + b^3 + 2*(3*a*b^2 - 2*b^3)*cosh(f*x + e)^2 + 2*(14*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^6 + 15
*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e)^4 + 3*a*b^2 - 2*b^3 + 3*(9*a^2*b - 14*a*b^2 + 6*b^3)*cosh(f*x
 + e)^2)*sinh(f*x + e)^2 - sqrt(2)*((a^2 - 2*a*b + b^2)*cosh(f*x + e)^6 + 6*(a^2 - 2*a*b + b^2)*cosh(f*x + e)*
sinh(f*x + e)^5 + (a^2 - 2*a*b + b^2)*sinh(f*x + e)^6 - 3*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^4 + 3*(5*(a^2 - 2*
a*b + b^2)*cosh(f*x + e)^2 - a^2 + 2*a*b - b^2)*sinh(f*x + e)^4 + 4*(5*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^3 - 3
*(a^2 - 2*a*b + b^2)*cosh(f*x + e))*sinh(f*x + e)^3 - (4*a*b - 3*b^2)*cosh(f*x + e)^2 + (15*(a^2 - 2*a*b + b^2
)*cosh(f*x + e)^4 - 18*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^2 - 4*a*b + 3*b^2)*sinh(f*x + e)^2 - b^2 + 2*(3*(a^2
- 2*a*b + b^2)*cosh(f*x + e)^5 - 6*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^3 - (4*a*b - 3*b^2)*cosh(f*x + e))*sinh(f
*x + e))*sqrt(b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sin
h(f*x + e) + sinh(f*x + e)^2)) + 4*(2*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^7 + 3*(a^3 - 4*a^2*b + 5*a*b^2 - 2
*b^3)*cosh(f*x + e)^5 + (9*a^2*b - 14*a*b^2 + 6*b^3)*cosh(f*x + e)^3 + (3*a*b^2 - 2*b^3)*cosh(f*x + e))*sinh(f
*x + e))/(cosh(f*x + e)^6 + 6*cosh(f*x + e)^5*sinh(f*x + e) + 15*cosh(f*x + e)^4*sinh(f*x + e)^2 + 20*cosh(f*x
 + e)^3*sinh(f*x + e)^3 + 15*cosh(f*x + e)^2*sinh(f*x + e)^4 + 6*cosh(f*x + e)*sinh(f*x + e)^5 + sinh(f*x + e)
^6)) + 4*((a - b)*cosh(f*x + e)^2 + 2*(a - b)*cosh(f*x + e)*sinh(f*x + e) + (a - b)*sinh(f*x + e)^2)*sqrt(-a +
 b)*log(((a - 2*b)*cosh(f*x + e)^4 + 4*(a - 2*b)*cosh(f*x + e)*sinh(f*x + e)^3 + (a - 2*b)*sinh(f*x + e)^4 - 2
*(3*a - 2*b)*cosh(f*x + e)^2 + 2*(3*(a - 2*b)*cosh(f*x + e)^2 - 3*a + 2*b)*sinh(f*x + e)^2 - 2*sqrt(2)*(cosh(f
*x + e)^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2 - 1)*sqrt(-a + b)*sqrt((b*cosh(f*x + e)^2 + b*sinh
(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)) + 4*((a - 2*b)*cos
h(f*x + e)^3 - (3*a - 2*b)*cosh(f*x + e))*sinh(f*x + e) + a - 2*b)/(cosh(f*x + e)^4 + 4*cosh(f*x + e)*sinh(f*x
 + e)^3 + sinh(f*x + e)^4 + 2*(3*cosh(f*x + e)^2 + 1)*sinh(f*x + e)^2 + 2*cosh(f*x + e)^2 + 4*(cosh(f*x + e)^3
 + cosh(f*x + e))*sinh(f*x + e) + 1)) + ((3*a - 2*b)*cosh(f*x + e)^2 + 2*(3*a - 2*b)*cosh(f*x + e)*sinh(f*x +
e) + (3*a - 2*b)*sinh(f*x + e)^2)*sqrt(b)*log((b*cosh(f*x + e)^4 + 4*b*cosh(f*x + e)*sinh(f*x + e)^3 + b*sinh(
f*x + e)^4 + 2*a*cosh(f*x + e)^2 + 2*(3*b*cosh(f*x + e)^2 + a)*sinh(f*x + e)^2 - sqrt(2)*(cosh(f*x + e)^2 + 2*
cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2 + 1)*sqrt(b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x + e)^2 + 2*a -
 b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)) + 4*(b*cosh(f*x + e)^3 + a*cosh(f*x +
 e))*sinh(f*x + e) + b)/(cosh(f*x + e)^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)) - sqrt(2)*(b*cosh
(f*x + e)^2 + 2*b*cosh(f*x + e)*sinh(f*x + e) + b*sinh(f*x + e)^2 - b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x +
e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)))/(f*cosh(f*x + e)^2 + 2*f
*cosh(f*x + e)*sinh(f*x + e) + f*sinh(f*x + e)^2), 1/8*(8*((a - b)*cosh(f*x + e)^2 + 2*(a - b)*cosh(f*x + e)*s
inh(f*x + e) + (a - b)*sinh(f*x + e)^2)*sqrt(a - b)*arctan(sqrt(2)*(cosh(f*x + e)^2 + 2*cosh(f*x + e)*sinh(f*x
 + e) + sinh(f*x + e)^2 - 1)*sqrt(a - b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)
^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2))/(b*cosh(f*x + e)^4 + 4*b*cosh(f*x + e)*sinh(f*x + e)^3
+ b*sinh(f*x + e)^4 + 2*(2*a - b)*cosh(f*x + e)^2 + 2*(3*b*cosh(f*x + e)^2 + 2*a - b)*sinh(f*x + e)^2 + 4*(b*c
osh(f*x + e)^3 + (2*a - b)*cosh(f*x + e))*sinh(f*x + e) + b)) - ((3*a - 2*b)*cosh(f*x + e)^2 + 2*(3*a - 2*b)*c
osh(f*x + e)*sinh(f*x + e) + (3*a - 2*b)*sinh(f*x + e)^2)*sqrt(b)*log(-((a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^
8 + 8*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)*sinh(f*x + e)^7 + (a^2*b - 2*a*b^2 + b^3)*sinh(f*x + e)^8 + 2*(a^3
 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e)^6 + 2*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3 + 14*(a^2*b - 2*a*b^2 + b^3
)*cosh(f*x + e)^2)*sinh(f*x + e)^6 + 4*(14*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^3 + 3*(a^3 - 4*a^2*b + 5*a*b^
2 - 2*b^3)*cosh(f*x + e))*sinh(f*x + e)^5 + (9*a^2*b - 14*a*b^2 + 6*b^3)*cosh(f*x + e)^4 + (70*(a^2*b - 2*a*b^
2 + b^3)*cosh(f*x + e)^4 + 9*a^2*b - 14*a*b^2 + 6*b^3 + 30*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e)^2)*
sinh(f*x + e)^4 + 4*(14*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^5 + 10*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*
x + e)^3 + (9*a^2*b - 14*a*b^2 + 6*b^3)*cosh(f*x + e))*sinh(f*x + e)^3 + b^3 + 2*(3*a*b^2 - 2*b^3)*cosh(f*x +
e)^2 + 2*(14*(a^2*b - 2*a*b^2 + b^3)*cosh(f*x + e)^6 + 15*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e)^4 +
3*a*b^2 - 2*b^3 + 3*(9*a^2*b - 14*a*b^2 + 6*b^3)*cosh(f*x + e)^2)*sinh(f*x + e)^2 - sqrt(2)*((a^2 - 2*a*b + b^
2)*cosh(f*x + e)^6 + 6*(a^2 - 2*a*b + b^2)*cosh(f*x + e)*sinh(f*x + e)^5 + (a^2 - 2*a*b + b^2)*sinh(f*x + e)^6
 - 3*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^4 + 3*(5*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^2 - a^2 + 2*a*b - b^2)*sinh(
f*x + e)^4 + 4*(5*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^3 - 3*(a^2 - 2*a*b + b^2)*cosh(f*x + e))*sinh(f*x + e)^3 -
 (4*a*b - 3*b^2)*cosh(f*x + e)^2 + (15*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^4 - 18*(a^2 - 2*a*b + b^2)*cosh(f*x +
 e)^2 - 4*a*b + 3*b^2)*sinh(f*x + e)^2 - b^2 + 2*(3*(a^2 - 2*a*b + b^2)*cosh(f*x + e)^5 - 6*(a^2 - 2*a*b + b^2
)*cosh(f*x + e)^3 - (4*a*b - 3*b^2)*cosh(f*x + e))*sinh(f*x + e))*sqrt(b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x
 + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)) + 4*(2*(a^2*b - 2*a*b^
2 + b^3)*cosh(f*x + e)^7 + 3*(a^3 - 4*a^2*b + 5*a*b^2 - 2*b^3)*cosh(f*x + e)^5 + (9*a^2*b - 14*a*b^2 + 6*b^3)*
cosh(f*x + e)^3 + (3*a*b^2 - 2*b^3)*cosh(f*x + e))*sinh(f*x + e))/(cosh(f*x + e)^6 + 6*cosh(f*x + e)^5*sinh(f*
x + e) + 15*cosh(f*x + e)^4*sinh(f*x + e)^2 + 20*cosh(f*x + e)^3*sinh(f*x + e)^3 + 15*cosh(f*x + e)^2*sinh(f*x
 + e)^4 + 6*cosh(f*x + e)*sinh(f*x + e)^5 + sinh(f*x + e)^6)) - ((3*a - 2*b)*cosh(f*x + e)^2 + 2*(3*a - 2*b)*c
osh(f*x + e)*sinh(f*x + e) + (3*a - 2*b)*sinh(f*x + e)^2)*sqrt(b)*log((b*cosh(f*x + e)^4 + 4*b*cosh(f*x + e)*s
inh(f*x + e)^3 + b*sinh(f*x + e)^4 + 2*a*cosh(f*x + e)^2 + 2*(3*b*cosh(f*x + e)^2 + a)*sinh(f*x + e)^2 - sqrt(
2)*(cosh(f*x + e)^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2 + 1)*sqrt(b)*sqrt((b*cosh(f*x + e)^2 + b
*sinh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)) + 4*(b*cosh(f
*x + e)^3 + a*cosh(f*x + e))*sinh(f*x + e) + b)/(cosh(f*x + e)^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x +
e)^2)) + sqrt(2)*(b*cosh(f*x + e)^2 + 2*b*cosh(f*x + e)*sinh(f*x + e) + b*sinh(f*x + e)^2 - b)*sqrt((b*cosh(f*
x + e)^2 + b*sinh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)))/
(f*cosh(f*x + e)^2 + 2*f*cosh(f*x + e)*sinh(f*x + e) + f*sinh(f*x + e)^2), -1/8*(2*((3*a - 2*b)*cosh(f*x + e)^
2 + 2*(3*a - 2*b)*cosh(f*x + e)*sinh(f*x + e) + (3*a - 2*b)*sinh(f*x + e)^2)*sqrt(-b)*arctan(sqrt(2)*((a - b)*
cosh(f*x + e)^2 + 2*(a - b)*cosh(f*x + e)*sinh(f*x + e) + (a - b)*sinh(f*x + e)^2 + b)*sqrt(-b)*sqrt((b*cosh(f
*x + e)^2 + b*sinh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2))/
((a*b - b^2)*cosh(f*x + e)^4 + 4*(a*b - b^2)*cosh(f*x + e)*sinh(f*x + e)^3 + (a*b - b^2)*sinh(f*x + e)^4 - (3*
a*b - 2*b^2)*cosh(f*x + e)^2 + (6*(a*b - b^2)*cosh(f*x + e)^2 - 3*a*b + 2*b^2)*sinh(f*x + e)^2 - b^2 + 2*(2*(a
*b - b^2)*cosh(f*x + e)^3 - (3*a*b - 2*b^2)*cosh(f*x + e))*sinh(f*x + e))) + 2*((3*a - 2*b)*cosh(f*x + e)^2 +
2*(3*a - 2*b)*cosh(f*x + e)*sinh(f*x + e) + (3*a - 2*b)*sinh(f*x + e)^2)*sqrt(-b)*arctan(sqrt(2)*(cosh(f*x + e
)^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2 + 1)*sqrt(-b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x + e)^
2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2))/(b*cosh(f*x + e)^4 + 4*b*cos
h(f*x + e)*sinh(f*x + e)^3 + b*sinh(f*x + e)^4 + 2*(2*a - b)*cosh(f*x + e)^2 + 2*(3*b*cosh(f*x + e)^2 + 2*a -
b)*sinh(f*x + e)^2 + 4*(b*cosh(f*x + e)^3 + (2*a - b)*cosh(f*x + e))*sinh(f*x + e) + b)) + 4*((a - b)*cosh(f*x
 + e)^2 + 2*(a - b)*cosh(f*x + e)*sinh(f*x + e) + (a - b)*sinh(f*x + e)^2)*sqrt(-a + b)*log(((a - 2*b)*cosh(f*
x + e)^4 + 4*(a - 2*b)*cosh(f*x + e)*sinh(f*x + e)^3 + (a - 2*b)*sinh(f*x + e)^4 - 2*(3*a - 2*b)*cosh(f*x + e)
^2 + 2*(3*(a - 2*b)*cosh(f*x + e)^2 - 3*a + 2*b)*sinh(f*x + e)^2 - 2*sqrt(2)*(cosh(f*x + e)^2 + 2*cosh(f*x + e
)*sinh(f*x + e) + sinh(f*x + e)^2 - 1)*sqrt(-a + b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x + e)^2 + 2*a - b)/(co
sh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)) + 4*((a - 2*b)*cosh(f*x + e)^3 - (3*a - 2*b)
*cosh(f*x + e))*sinh(f*x + e) + a - 2*b)/(cosh(f*x + e)^4 + 4*cosh(f*x + e)*sinh(f*x + e)^3 + sinh(f*x + e)^4
+ 2*(3*cosh(f*x + e)^2 + 1)*sinh(f*x + e)^2 + 2*cosh(f*x + e)^2 + 4*(cosh(f*x + e)^3 + cosh(f*x + e))*sinh(f*x
 + e) + 1)) - sqrt(2)*(b*cosh(f*x + e)^2 + 2*b*cosh(f*x + e)*sinh(f*x + e) + b*sinh(f*x + e)^2 - b)*sqrt((b*co
sh(f*x + e)^2 + b*sinh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^
2)))/(f*cosh(f*x + e)^2 + 2*f*cosh(f*x + e)*sinh(f*x + e) + f*sinh(f*x + e)^2), 1/8*(8*((a - b)*cosh(f*x + e)^
2 + 2*(a - b)*cosh(f*x + e)*sinh(f*x + e) + (a - b)*sinh(f*x + e)^2)*sqrt(a - b)*arctan(sqrt(2)*(cosh(f*x + e)
^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2 - 1)*sqrt(a - b)*sqrt((b*cosh(f*x + e)^2 + b*sinh(f*x + e
)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2))/(b*cosh(f*x + e)^4 + 4*b*c
osh(f*x + e)*sinh(f*x + e)^3 + b*sinh(f*x + e)^4 + 2*(2*a - b)*cosh(f*x + e)^2 + 2*(3*b*cosh(f*x + e)^2 + 2*a
- b)*sinh(f*x + e)^2 + 4*(b*cosh(f*x + e)^3 + (2*a - b)*cosh(f*x + e))*sinh(f*x + e) + b)) - 2*((3*a - 2*b)*co
sh(f*x + e)^2 + 2*(3*a - 2*b)*cosh(f*x + e)*sinh(f*x + e) + (3*a - 2*b)*sinh(f*x + e)^2)*sqrt(-b)*arctan(sqrt(
2)*((a - b)*cosh(f*x + e)^2 + 2*(a - b)*cosh(f*x + e)*sinh(f*x + e) + (a - b)*sinh(f*x + e)^2 + b)*sqrt(-b)*sq
rt((b*cosh(f*x + e)^2 + b*sinh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f
*x + e)^2))/((a*b - b^2)*cosh(f*x + e)^4 + 4*(a*b - b^2)*cosh(f*x + e)*sinh(f*x + e)^3 + (a*b - b^2)*sinh(f*x
+ e)^4 - (3*a*b - 2*b^2)*cosh(f*x + e)^2 + (6*(a*b - b^2)*cosh(f*x + e)^2 - 3*a*b + 2*b^2)*sinh(f*x + e)^2 - b
^2 + 2*(2*(a*b - b^2)*cosh(f*x + e)^3 - (3*a*b - 2*b^2)*cosh(f*x + e))*sinh(f*x + e))) - 2*((3*a - 2*b)*cosh(f
*x + e)^2 + 2*(3*a - 2*b)*cosh(f*x + e)*sinh(f*x + e) + (3*a - 2*b)*sinh(f*x + e)^2)*sqrt(-b)*arctan(sqrt(2)*(
cosh(f*x + e)^2 + 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2 + 1)*sqrt(-b)*sqrt((b*cosh(f*x + e)^2 + b*si
nh(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2))/(b*cosh(f*x + e)
^4 + 4*b*cosh(f*x + e)*sinh(f*x + e)^3 + b*sinh(f*x + e)^4 + 2*(2*a - b)*cosh(f*x + e)^2 + 2*(3*b*cosh(f*x + e
)^2 + 2*a - b)*sinh(f*x + e)^2 + 4*(b*cosh(f*x + e)^3 + (2*a - b)*cosh(f*x + e))*sinh(f*x + e) + b)) + sqrt(2)
*(b*cosh(f*x + e)^2 + 2*b*cosh(f*x + e)*sinh(f*x + e) + b*sinh(f*x + e)^2 - b)*sqrt((b*cosh(f*x + e)^2 + b*sin
h(f*x + e)^2 + 2*a - b)/(cosh(f*x + e)^2 - 2*cosh(f*x + e)*sinh(f*x + e) + sinh(f*x + e)^2)))/(f*cosh(f*x + e)
^2 + 2*f*cosh(f*x + e)*sinh(f*x + e) + f*sinh(f*x + e)^2)]

________________________________________________________________________________________

Sympy [F(-1)]  time = 0., size = 0, normalized size = 0. \begin{align*} \text{Timed out} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)*(a+b*sinh(f*x+e)**2)**(3/2),x)

[Out]

Timed out

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int{\left (b \sinh \left (f x + e\right )^{2} + a\right )}^{\frac{3}{2}} \operatorname{sech}\left (f x + e\right )\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sech(f*x+e)*(a+b*sinh(f*x+e)^2)^(3/2),x, algorithm="giac")

[Out]

integrate((b*sinh(f*x + e)^2 + a)^(3/2)*sech(f*x + e), x)